home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 July / ENTER.ISO / files / setup_mutantstorm_demo.exe / {app} / script / level105.lua < prev    next >
Encoding:
Text File  |  2003-03-11  |  407 b   |  22 lines

  1. cur_level_num = 105
  2.  
  3. dofile("everything.lua")
  4.  
  5. function LEVEL_start()
  6.         ticker = 0
  7.         pylon_start("square-1",90.0)
  8.         floor_start_random()
  9.         player_start( -28.4111 , 18.2835 , 0.0 )
  10. end
  11.  
  12. function LEVEL_gameloop()
  13.         everying_gameloop()
  14.  
  15. if ticker == 500 then
  16. actor_plopper( "motha-2_emerge", 1,0,0,     36.873,36.873,-22.8999,-22.8999,    33.5,0.0 )
  17. c_no_more_beasties_to_come()
  18. end
  19.  
  20. end
  21.  
  22.